var net.confOnce

2 uses

	net (current package)
		conf.go#L75: 	confOnce sync.Once // guards init of confVal via initConfVal
		conf.go#L81: 	confOnce.Do(initConfVal)